PowerTools ActiveReports for .NET 9.0J
CopyTo(ReportItem[],Int32) メソッド

indexing.ReportItemCollectionからコピーされたオブジェクトの対象となる一次元のReportItem[]。 配列はゼロベースのインデックスが指定されています。
コピーが開始される配列内のゼロベースのIntegerのインデックス。
ReportItemCollectionにあるオブジェクトを指定した配列のインデックスから開始し、ReportItem配列にコピーします。
構文
'宣言
 
Public Overloads Overridable Sub CopyTo( _
   ByVal array() As ReportItem, _
   ByVal index As Integer _
) 
public virtual void CopyTo( 
   ReportItem[] array,
   int index
)

パラメータ

array
indexing.ReportItemCollectionからコピーされたオブジェクトの対象となる一次元のReportItem[]。 配列はゼロベースのインデックスが指定されています。
index
コピーが開始される配列内のゼロベースのIntegerのインデックス。
参照

関連項目

ReportItemCollection クラス
ReportItemCollection メンバ
オーバーロード一覧

 

 


©2003-2015 GrapeCity inc. All rights reserved.